home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11265 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.its.com!usenet
  2. From: mastbrook@duff.com (Bill Mastbrook)
  3. Newsgroups: comp.lang.basic.visual.misc,comp.lang.c,comp.os.ms-windows.programmer.controls
  4. Subject: VBX instances - HCTL values
  5. Date: Fri, 22 Mar 1996 21:16:30 GMT
  6. Organization: Information Technology Solutions, Inc.
  7. Message-ID: <4iv5pk$j2q@news.its.com>
  8. NNTP-Posting-Host: duff230.duff.com
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11.  
  12. Does anyone know how the HCTL values passed to the main control
  13. procedure of a VBX are generated?
  14.  
  15. Each instance of a VBX that I've created seems to be generating the
  16. same value for HCTL.  This is causing major problems because any
  17. events fired within the VBX are always fired in the instance of the
  18. VBX most recently created (i.e. the second of two VB applications
  19. started using the VBX).  I'm sure that I'm missing something very
  20. basic, but there doesn't seem to be any documentation on this.
  21. Everything I've seen says that these HCTL values are unique.  Period.
  22. And that's all it says.  ANY ideas of what I might be doing wrong
  23. would be greatly appreciated.
  24.  
  25.  
  26. Thanks,
  27. Bill
  28.  
  29.